OpenExtensionPopupCallback

interface OpenExtensionPopupCallback : ExtensionAsyncCallback<P, R>

A callback that is invoked when an extension wants to open a popup browser.

If you need to open a popup that is created by the extension action, use com.teamdev.jxbrowser.browser.callback.OpenExtensionActionPopupCallback.

Since

8.0.0

Inheritors

Types

Link copied to clipboard
An action providing a response to the OpenExtensionPopupCallback.
Link copied to clipboard
interface Params
The parameters of the OpenExtensionPopupCallback.

Functions

Link copied to clipboard
abstract fun on(params: P, tell: R)
Invoked when the callback needs a response for the given callback parameters.